!python read data from mysql and export to xecel

30

from pymysql import* 
import xlwt 
import pandas.io.sql as sql

Comments

Submit
0 Comments